1·This defect might cause an exploitable security hole or a program crash.
此缺陷可能导致可利用的安全漏洞或程序崩溃。
2·Program crash solved when multiple manual restarts of genetic evolver window were performed.
当程序崩溃解决遗传evolver程序窗口多的人进行人工重新启动。
3·I got sick of paying money to have a program crash, when people who downloaded cracked copies had it run smoothly.
我厌烦了虽付了钱,程序却还是最终跨掉的情况,而有人下载了它不怎么样的拷贝却仍能顺利运行。
4·If this is the case, this defect is likely to cause a memory corruption or program crash, although some cases might cause an exploitable security hole.
如果属于这种情况,则此缺陷可能导致内存损坏或程序故障,但某些情况可能会导致可利用的安全漏洞。
5·By using Purify routinely, you can find mistakes in memory usage and fix them even before they lead to a program crash or other obvious problematic behavior.
有规律地使用Purify,您可以在程序崩溃或者其它明显疑问的行为发生之前,找到内存的错误使用并修复它。
6·Accessing the null pointer is very dangerous, as it might crash your program.
访问空指针是非常危险的,因为它可能使您的程序崩溃。
7·The program continues to run, but performance is slow, or it takes too long to determine which of the above is the last message before the crash.
该程序继续运行,但是性能降低了,或者需要花费更多时间来判断崩溃之前哪一条是最后的消息了。
8·The problem with this approach is that, like signaling errors for bad constructor calls, the programmer will have no way of predicting that a given run of his program will crash.
该方法的问题是,和为错误的构造函数调用报告错误一样,程序员将无法预知其程序的某一次运行将崩溃。
9·Such leaks can degrade performance and eventually cause a program to crash.
这样的泄漏会降低性能并最终导致程序当机。
10·Each new operation had to be balanced by a corresponding delete, or else your program would leak memory, and eventually the memory allocator would fail and your program would crash.
每一个new操作必须有相应的delete操作,否则您的程序就会泄漏内存,最终内存分配器(memory allocator)就会出故障,而您的程序就会崩溃。